home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / internet-tools / ipdial / ipdial.readme < prev    next >
Encoding:
Text File  |  1996-04-16  |  2.6 KB  |  74 lines

  1. Short:    best SLIP/PPP dialer with shell terminal
  2. Type:     comm/tcp
  3. Author:   Jochen Wiedmann, Stefan Gybas
  4. Uploader: Stefan Gybas <cab@studbox.uni-stuttgart.de>
  5. Version:  2.1 (16.04.96)
  6. Replaces: comm/tcp/IPDial20.lha
  7.  
  8.  
  9. -=-=-=-=-=- Introduction -=-=-=-=-=-
  10.  
  11. IPDial is used to establish a SLIP, CSLIP or PPP connection to an ISP
  12. (Internet service provider). This is done using a script file which consists
  13. of commands like SEND "ATZ" or WAIT "CONNECT". After the connection is
  14. established, IPDial usually logs in with your user account and activates
  15. SLIP/PPP on the remote machine. When all this is successfully done, IPDial
  16. exits and your SLIP/PPP device takes over the line.
  17.  
  18. When you want to disconnect, you can also use IPDial to make to modem
  19. physically hang up the line after SLIP/PPP has terminated.
  20.  
  21. Furthermore, IPDial has a built-in terminal mode which uses the current
  22. shell window. If something fails while IPDial is trying to establish a
  23. connection, you can just press Ctrl-F to enter the terminal mode and log in
  24. manually.
  25.  
  26.  
  27.  
  28. -=-=-=-=-=- Features -=-=-=-=-=-
  29.  
  30. IPDial has several features that many other dialers lack:
  31.  
  32. - built-in shell terminal mode: You can always interrupt your dial script
  33.   if something went wrong or enter a secret password without writing it into
  34.   your dial script file.
  35.  
  36. - IPDial can read the serial configuration (device, unit, baud rate and
  37.   handshake protocol) from a SANA configuration file. If you ever want to
  38.   use a different device, unit or baud rate, just change it for your SANA
  39.   device and IPDial will automatically use your new settings.
  40.  
  41. - own script language: Simple but powerful BASIC-like language. You can,
  42.   for example, scan the input stream for dynamic IP addresses and store them
  43.   in environment variables.
  44.  
  45. - very small: IPDial is less than 23 KB small and uses very little memory
  46.   while running.
  47.  
  48. - sample scripts included: Just adapt one of the example scripts to your
  49.   needs. You don't have to write your own programs!
  50.  
  51. - IPDial is absolutely free of charge with full source code included (see
  52.   the GNU General Public License for details).
  53.  
  54.  
  55.  
  56. -=-=-=-=-=- Changes since IPDial 2.0 -=-=-=-=-=-
  57.  
  58. - fixed a couple of errors in the documentation (please reread the "Updating"
  59.   and "Common problems" sections)
  60.  
  61. - included dial script for the German T-Online (examples/T-Online.IPDial)
  62.  
  63. - EXIT now checks its arguments
  64.  
  65. - the serial buffer size is now set to 4096 bytes when a device is opened.
  66.  
  67. - cleaned up code a little bit (executable is now 2 KB smaller)
  68.  
  69. - removed SET and SHOWPARAMS commands. Some options from the SET command were
  70.   moved to the DEVICE command.
  71.  
  72. - TIMEOUT in WAIT command is now optional (default: 5 seconds)
  73.  
  74.